Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.
authorJarek Czekalski <jarekczek@poczta.onet.pl>
Tue, 6 May 2014 16:00:30 +0000 (18:00 +0200)
committerJarek Czekalski <jarekczek@poczta.onet.pl>
Tue, 6 May 2014 16:00:30 +0000 (18:00 +0200)
commit5eef1d129afeacaab2f2ef4a3c225cf03cb9628d
treeb2cba5612b386b4fa37a2de303a1619573f0dc03
parentc24f7a27e8b85fb34ef68205f817b10c7e0fd69f
Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.

  * w32fns.c (Fx_show_tip): Add SWP_NOOWNERZORDER flag to
  SetWindowPos invocations.
src/ChangeLog
src/w32fns.c